setFillEnabled

abstract fun setFillEnabled(block: DesignBlock, enabled: Boolean)

Enable or disable the fill of the given design block. Required scope: "fill/change"

Parameters

block

the block whose fill should be enabled or disabled.

enabled

if true, the fill will be enabled.